PHY SET EMITTER LINEAR VELOCITY RANGE

Use this to provide a random range for linear velocity when particles are emitted.

  Syntax
PHY SET EMITTER LINEAR VELOCITY RANGE ID, min x#, min y#, min z#, max x#, max y#, max z#
  Parameters
ID
Integer
identification number of the emitter object
min x#
Float
minimum velocity on the X axis
min y#
Float
minimum velocity on the Y axis
min z#
Float
minimum velocity on the Z axis
max x#
Float
maximum velocity on the X axis
max y#
Float
maximum velocity on the Y axis
max z#
Float
maximum velocity on the Z axis

  Returns

  Description

The linear velocity range is useful for having particles emitted in a more random fashion than say simply shooting upwards.

  Example Code
No example code is provided for this command